home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / make / icmake-6.000 / icmake-6 / icmake / un / funcall.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  174 b   |  13 lines

  1. #include "icmun.h"
  2.  
  3. void fun_call ()
  4. {
  5.     UNS16
  6.         offs;
  7.  
  8.     offs = (UNS16) getint16 (infile);
  9.     dumpint (offs);
  10.  
  11.     printf ("call [%s]\n", hexstring (offs, 4));
  12. }
  13.